Fluent Assertions Documentation
FluentAssertions.Events Namespace / IMonitor<T> Interface
Properties Methods

In This Topic
    IMonitor<T> Interface Members
    In This Topic

    The following tables list the members exposed by IMonitor<T>.

    Public Properties
     NameDescription
     Property Gets the metadata of all the events that are currently being monitored.  
     PropertyGets a collection of all events that have occurred since the monitor was created or Clear was called.  
     PropertyGets the object that is being monitored or a null reference (Nothing in Visual Basic) if the object has been GCed.  
    Top
    Public Methods
     NameDescription
     Method Clears all recorded events from the monitor and continues monitoring.  
     Method (Inherited from System.IDisposable)
     Method  
     Method Provides access to several assertion methods.  
    Top
    See Also